Skip to main content

DescribeVulWhitelist

Description

Get the vulnerability list in the vulnerability whitelist.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeVulWhitelist

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
TotalCountintegerno demo valuereturns the total number of records.
Typestringno demo valuevulnerability classification.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
VulWhitelistsarrayno demo valuewhitelist of vulnerabilities. see the following parameter description for specific sub-items.
CurrentPageintegerno demo valuecurrently returns page number.
AliasNamestringno demo valuevulnerability alias.
Reasonstringno demo valuethe reason why the vulnerability was added to the whitelist.
Namestringno demo valuevulnerability name.

Example

Successful Response example

{
"TotalCount":"no demo value",
"Type":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"VulWhitelists":"no demo value",
"CurrentPage":"no demo value",
"AliasName":"no demo value",
"Reason":"no demo value",
"Name":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}